home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / ma.arc / MA.DOC < prev    next >
Text File  |  1986-02-26  |  26KB  |  774 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                            MICRO ACCOUNTING SYSTEM
  22.  
  23.  
  24.                        A Multi-purpose Check Register 
  25.                              Accounting System
  26.  
  27.  
  28.  
  29.                                 Written by
  30.                 
  31.                               Donald R. Ramsey
  32.                             727 Bunker Hill  #70
  33.                            Houston, Texas   77024
  34.         
  35.                                 Version 1.0
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.                          TABLE OF CONTENTS
  44.  
  45.  
  46.     Program Overview                               1
  47.  
  48.     System Requirements                            2
  49.  
  50.     Limitations                                    2
  51.  
  52.     Program Standards                              2
  53.  
  54.     Installing System                              2
  55.     
  56.     Program Operation
  57.        Main Menu                                    3
  58.       Initializing System                          4
  59.       
  60.     File Maintenance                               5
  61.     
  62.     Transaction Entry                              6
  63.       Automatic Payments                           6
  64.       Individual Entries                           7
  65.       Handling Cash Entries                        8
  66.       Print Checks                                 5, 8
  67.  
  68.     Reports                                        9
  69.  
  70.     Checkbook Reconciliation                       10
  71.  
  72.     Begin New Year                                 10
  73.  
  74.     When a Data Disk is Full                       11
  75.  
  76.     The User-Supported Concept                     12
  77.  
  78.     Modifying the program                          13
  79.  
  80.     Copying Program for Other Users                13
  81.  
  82.     Appendix
  83.  
  84.  
  85.                                                          
  86.  
  87.                         MICRO ACCOUNTING SYSTEM
  88.  
  89.                     A Multi-Purpose Check Register
  90.                            Accounting System
  91.  
  92.  
  93.     PROGRAM OVERVIEW
  94.  
  95.  
  96.         If you are like most people, you have only a vague idea
  97.     as to where your money is spent each year. Of course, keeping
  98.     better records is the solution, but this is usually a big 
  99.     job that never gets done. However, if only one entry was 
  100.     required for each transaction and this one entry would make
  101.     available a wide variety of reports, almost everyone would take
  102.     the time. That is what this program is all about.
  103.  
  104.         This software was written for the small business that can 
  105.     use just a check-register for it's accounting as well as for all 
  106.     individuals. Imagine sitting down to write checks and entering
  107.     the information into the computer instead of your checkbook.
  108.     That's all there is to it. The program will even print checks
  109.     that have been addressed for use with window envelopes. But,
  110.     that's only the beginning! The standard check register can be
  111.     printed with a running balance, a memo report is available, and 
  112.     also an account distribution summary is yours for the asking.
  113.  
  114.         Probably more significant, especially at tax time, is the 
  115.     Budget Analysis and Average Month report. This report shows
  116.     how much has been expended in each budget account for the current
  117.     month and for the year. It also shows the amount that was 
  118.     budgeted so you can compare it to the actual expenditure and it
  119.     computes an average monthly amount for each account.
  120.  
  121.         Ever wonder how much you are spending on a particular item
  122.     or what the total cash value of all your bank accounts is?
  123.     Simply run the Selected Account Detail or the Bank Account Summary
  124.     and you will know in a minute. The Account Detail report searches
  125.     the months you specify for all transactions in any account you choose
  126.     and the Bank Account Summary lists all accounts and totals the
  127.     balances of all bank accounts.
  128.  
  129.         The system is menu driven and well prompted for user ease.
  130.     All corrections are very easily accomplished and can be done
  131.     at any time (you never have to wait until all the data has been
  132.     entered to make corrections). Once you have used this program
  133.     for a while, you will wonder how you ever did without it.
  134.  
  135.  
  136.                                                          Page 2
  137.  
  138.     SYSTEM REQUIREMENTS:
  139.         IBM PC, IBM XT, or compatible
  140.         64K RAM
  141.         1 Disk Drive ( 2 preferred )
  142.         Printer
  143.         PC-DOS or MS-DOS with BASIC or BASICA
  144.  
  145.     LIMITATIONS:
  146.         30  Bank Accounts
  147.         200 Budget Accounts
  148.  
  149.     PROGRAM STANDARDS:
  150.  
  151.         The software was designed to be very user friendly. It is
  152.     a single program file, so moving from section to section is very
  153.     fast since there are no modules to be chained. Data entry is fast
  154.     and there are numerous reports to make your end-of-year or tax
  155.     accounting almost painless. The software will even print checks
  156.     with addresses for use with window envelopes if you wish. And
  157.     you certainly can't beat the price.
  158.  
  159.         This manual and the program uses, in it's documentation,
  160.     brackets ( < > ) to enclose any letter or KEY that should be
  161.     pressed for a given action. For instance, if the letter <P> is 
  162.     to be pressed, all you need do is press P. It is not necessary
  163.     to type the brackets.
  164.  
  165.     ***** IMPORTANT ***** 
  166.         The bottom two lines of the screen are reserved for user
  167.     prompts. If you have a question as to what to do next, consult
  168.     these lines. Also, the <F1> key will usually take you back one
  169.     step so you may correct any errors that have been made. This
  170.     <F1> key is VERY IMPORTANT. Using it allows immediate correction
  171.     of all errors, so remember it!
  172.  
  173.         Number locks are automatically set when needed so the number
  174.     key pad can be used for quick entry of numbers. It is not even
  175.     necessary to type the decimal point in a dollar entry. Dates are
  176.     entered by typing only the numbers, the slashes ( / ) are not
  177.     required. To correct typing errors, use the backspace key ( large
  178.     arrow by the = sign ) because the arrow keys are inoperative.
  179.  
  180.     INSTALLING SYSTEM:
  181.  
  182.         Simply copy  MA.BAS to your system disk (a system disk is
  183.     a disk you have formatted using the FORMAT [d:]/S command; see
  184.     DOS manual. Hard disk users disregard this format procedure) that 
  185.     contains either BASIC or BASICA. For example, for a 2 disk system, 
  186.     put the MICRO ACCOUNTING Disk in Drive B and type COPY B:MA.BAS.
  187.  
  188.         To run the program after it has been installed on your
  189.     system disk, you must enter BASIC and specify 4 files with a
  190.     buffer Size of 256, e.g., BASIC MA.BAS/F:4/S:256. This may,
  191.     of course, be put in a batch file for easy starting. This will
  192.     NOT work unless BASIC (BASICA if you wish) is on your disk.
  193.     
  194.  
  195.  
  196.                                                             Page 3
  197.  
  198.  
  199.     PROGRAM OPERATION:
  200.  
  201.  
  202.     Starting the program:
  203.         With the exception of the first time the program is run,
  204.     all that is necessary to begin operation, is the date entry.
  205.     If today's date is OK just press <ENTER> and the system will
  206.     default to today's date. After a short pause this menu will
  207.     be displayed.
  208.  
  209.  
  210.                              MAIN MENU
  211.  
  212.             <T> Transaction Entry
  213.  
  214.             <2> Reconcile Checkbook
  215.             <3> Run Alternate Accounts
  216.             <4> Begin New Year
  217.             <5> End Program
  218.  
  219.             <R> Report Menu
  220.             <F> File Maintenance Menu
  221.     
  222.             <D> Print Program Documentation
  223.  
  224.  
  225.     <T> Transaction Entry: all transactions, both deposits and
  226.         checks are entered in this section. Check printing is
  227.         also done here.
  228.  
  229.     <2> Reconcile Checkbook: checks are cleared and bank 
  230.         statement is reconciled.
  231.  
  232.     <3> Run Alternate Accounts: starts the system again so that
  233.         another data disk with other bank accounts and budget
  234.         codes may be run. Hard disk users may specify a new
  235.         path for data here.
  236.  
  237.     <4> Begin New Year: prepare a new data disk for the new year.
  238.  
  239.     <5> End Program: exit to DOS
  240.  
  241.     <R> Report Menu: go to the report section
  242.  
  243.     <F> File Maintenance Menu: add, delete, and make changes to 
  244.         budget, bank, and auto-payment files
  245.  
  246.     <D> Print Program Documentation: instructions for printing
  247.         document.
  248.  
  249.  
  250.                                                             Page 4
  251.  
  252.  
  253.     INITIALIZING THE SYSTEM:
  254.  
  255.         Before the program can be run, your bank accounts and budget
  256.     accounts must be defined. This is done in the File Maintenance
  257.     section. Note: maximum number of characters in bank and budget codes
  258.     is 4. You should take some time to decide what budget accounts
  259.     you might need before making these entries because the budget
  260.     accounts are sorted alphabetically in the report section. As a 
  261.     suggestion, group all similar codes under the same first letter,
  262.     e.g. all household accounts might go under the letter H; HMOR for
  263.     household mortgage, HUT for household utilities, etc.(see Appendix)
  264.     After the accounts have been entered, you can go to the Report
  265.     section and run the Budget Analysis to get a sorted list of the
  266.     codes just to make sure you have what you want.
  267.         If you are beginning this system after the first of the year
  268.     you may enter an amount in the year-to-date column for the amount
  269.     already expended.
  270.         After both Budget Codes and Bank Codes have been entered, 
  271.     you can make entries in the Transaction section.
  272.  
  273.  
  274.  
  275.     ** Note to Hard Disk Users and anyone who will use the system with
  276.         one or more sets of alternate Bank and Budget Codes **
  277.  
  278.         Hard disk users may specify a path for their data disk.
  279.     This is done at the DOS prompt with the MKDIR or MD Command
  280.     (see DOS Manual). Once the directory is created, you may 
  281.     set a path to your data when specifying your data disk. This
  282.     is useful if you need to use the system for other accounts and
  283.     this alternate data needs to be on a separate disk.
  284.  
  285.       Example: C:\CRPER\ for check register personal. 
  286.  
  287.         Hard disk users will have to answer one additional question
  288.     on start-up. Each time the program is started, the current data
  289.     disk will be displayed. If this is the data disk and the path
  290.     you need, simply press <ENTER>. This protection is added for 
  291.     safety in assuring that the records you add in a session do go 
  292.     in the proper files. (To by-pass this feature, modify line
  293.     49035 of the program to be a remark line. Add a  '  to the
  294.     start of the line and save the modified program as MA.BAS).
  295.  
  296.         Floppy disk users may also use the system for alternate
  297.     accounts by putting the different data on separate disks.
  298.  
  299.  
  300.  
  301.                                                           Page 5  
  302.  
  303.     FILE MAINTENANCE:
  304.  
  305.                            FILE MAINTENANCE MENU
  306.  
  307.             <1> Bank Account Information
  308.             <2> Budget Information
  309.             <3> Automatic Payment Accounts
  310.  
  311.             <4> Re-build Account Balances
  312.             <5> Change Password or Data Disk
  313.  
  314.  
  315.     <1> Bank Account Information: assign, delete, change 
  316.         bank account information.
  317.  
  318.     <2> Budget Information: same as bank accounts. Do not leave
  319.         more than one space between words in account description
  320.         because part of the description will not be printed
  321.         in one of the reports if an extra space is added.
  322.  
  323.     <3> Automatic Payment Accounts: This file is to allow 
  324.         you to make quick entry of data for any bills that
  325.         are paid on a regular basis. The amount and bank from
  326.         which the payment is made can be easily changed when
  327.         the bill is paid in the transaction section. There is 
  328.         also space for addresses that may be used to address 
  329.         checks for use with window envelopes.
  330.  
  331.     <4> Re-build Account Balances: use this section if you
  332.         think that some of the accounts may have incorrect
  333.         balances. All balances for budget and bank accounts 
  334.         are re-constructed.
  335.  
  336.     <5> Change Data Disk or Password: if you use a password
  337.         it can be changed or if you initially elect not to 
  338.         use this protection it can be added here.
  339.  
  340.  
  341.                                                             Page 6
  342.  
  343.     TRANSACTION ENTRY:
  344.  
  345.  
  346.                          TRANSACTION MENU
  347.             
  348.             <1> Automatic Payments
  349.             <2> Individual Entries
  350.             <3> Print Checks
  351.  
  352.         Upon entering this section you will be given an option
  353.     for entering transactions. If you have defined automatic
  354.     payment accounts in the File Maintenance section you can use
  355.     option <1> of this menu. Otherwise, only individual entries
  356.     may be made.
  357.  
  358.  
  359.  
  360.  
  361.     AUTOMATIC PAYMENTS:
  362.  
  363.         This section allows quick and easy data entry for bills 
  364.     that are paid on a regular basis. To make payments, enter the
  365.     month and year of transactions as requested. The records that 
  366.     may be paid are then displayed. Press <P> to pay a bill, then 
  367.     select the record to pay. The selection is then displayed and 
  368.     you may pay it as is, change the bank or amount and then pay,
  369.     or you may skip the item entirely. 
  370.         If you elect to pay this selection, you then will be asked
  371.     for the date. Pressing <ENTER> will default this to the last
  372.     date entered or the system date if no date has been used. Next 
  373.     the check number will be required and again pressing <ENTER> 
  374.     will default this item to the last check # + 1 or you may enter
  375.     any check number.
  376.         The last item is a request to print a check. If you do NOT
  377.     wish to print a check, press <ENTER>, otherwise, if you do wish
  378.     to have the check printed, the printer must be turned on and
  379.     the forms properly positioned. Once this last item is complete
  380.     the check will be filed on disk and all accounts up-dated.
  381.  
  382.         Check forms may be obtained from:
  383.             
  384.             NEBS COMPUTER FORMS
  385.             12 SOUTH STREET
  386.             TOWNSEND, MASS.  01469
  387.             1-800-325-1117
  388.             Product 9020 or 9024
  389.  
  390.  
  391.                                                             Page 7
  392.  
  393.  
  394.     INDIVIDUAL ENTRIES:
  395.  
  396.         Checks or deposits in any bank account are made in this
  397.     section. You must select a Bank code and the month and year
  398.     for transactions before entering data. Once these items are
  399.     selected they remain in effect until you return to the 
  400.     Transaction Menu.  *** WARNING ***    Entries in this section are
  401.     NOT sorted by date. Also, if you have selected January as the
  402.     month for transactions and entered checks that are dated in 
  403.     February, these February checks will be filed in the January file.
  404.     
  405.          Now, either checks or deposits may be selected. The date
  406.     may be entered from the key pad or you may press <ENTER> to 
  407.     default to the last date entered. Check number is then entered
  408.     or default to the last check #+1 by pressing <ENTER>. Another 
  409.     option for the check # is to enter the letter P. Entering a <P>
  410.     will flag this check for later printing in the Print Check Section.
  411.  
  412.         Once the check portion of this entry has been made, budget
  413.     accounts are then assigned. You may assign as many as six budget
  414.     accounts or you can exit this portion of the transaction by pressing
  415.     the <F3> key when entering the Budget code. To assign a Budget code
  416.     enter any previously assigned code. If the code you chose has not 
  417.     been assigned, there will be a BEEP and you will be given the 
  418.     opportunity to either assign the code or change your entry.
  419.         
  420.         The tax code is then requested. This may be assigned or you
  421.     can press <ENTER> for no assignment. These codes are not error
  422.     checked and you have to keep up with your assignments personally
  423.     (this is for future expansion).
  424.  
  425.         To assign the amount, you have two options. You may press
  426.     <ENTER> and the entire amount of the check will be assigned to
  427.     this budget code or you may enter a portion of the check amount.
  428.     If this second option is taken, the remaining amount will be 
  429.     displayed and you will be allowed to assign the remainder to 
  430.     other budget codes ( max 6 ).
  431.  
  432.         After all entries for this transaction are made, there 
  433.     will be a last chance to make corrections ( did you remember 
  434.     that corrections could be made immediately during data entry 
  435.     by pressing the <F1> key ). Press <C> to make corrections and 
  436.     then use the <F1> and <F2> keys, as prompted on the bottom two 
  437.     lines,  to scroll through the entries. To change an entry that 
  438.     the => selects, press <C> then make the change. You can exit 
  439.     changes at any time by pressing the <E> key.
  440.  
  441.     *** WARNING ***    Once this last chance to make a change
  442.     has passed, you will no longer be able to change this 
  443.     transaction. The reason for this is to give a good audit
  444.     trail. You may, however, correct the entry by making another
  445.     transaction to offset the error (Payee/Payor could be a note
  446.     to yourself stating the change).
  447.  
  448.  
  449.                                                             Page 8
  450.  
  451.  
  452.     HANDLING CASH ENTRIES:
  453.  
  454.         Cash entries may be handled in one of two ways. You may
  455.     assign a bank account called CASH or you may make a memo
  456.     entry in any bank account.
  457.  
  458.         If you assign the bank account `CASH', deposits and 
  459.     withdrawals (checks) are handled as any other bank account. 
  460.     However, this bank balance will show in the Bank Account 
  461.     Summary Report (see Report Section).
  462.  
  463.         Maybe a better way would be to make a MEMO entry in any
  464.     bank account that is assigned. To do this, write a check as
  465.     usual but for the amount enter 0.00 or just press <ENTER>.
  466.     This 0.00 amount will not affect the bank balance and then the 
  467.     entry can be assigned to any budget account as a cash paid
  468.     item.
  469.  
  470.  
  471.  
  472.     PRINT CHECKS:
  473.  
  474.         This option of the Transaction Menu prints checks that
  475.     have been flagged in the Individual Transaction entry section 
  476.     by entering a  P  for the check number. Load the check forms
  477.     into the printer and the computer will then automatically 
  478.     print all checks that have been flagged and assign check 
  479.     numbers to the transaction.
  480.  
  481.         Check forms may be obtained from:
  482.  
  483.             NEBS COMPUTER FORMS
  484.             12 SOUTH STREET
  485.             TOWNSEND, MASS.  01469
  486.             1-800-325-1117
  487.             Product 9020 or 9024
  488.  
  489.  
  490.  
  491.                                                             Page 9
  492.  
  493.     REPORTS:
  494.  
  495.                      REPORT MENU
  496.  
  497.             <1> List Transaction Register
  498.             <2> Budget Analysis and Average Month
  499.             <3> Memo Report
  500.             <4> Bank Account Summary
  501.  
  502.             <5> Account Distribution Report  (printer only)
  503.             <6> Selected Account Detail      (printer only)
  504.             <7> Selected Tax Code Detail     (printer only)
  505.  
  506.  
  507.     <1> List Transaction Register: list the register of the bank
  508.         of your choice with running balances and totals of all
  509.         deposits and checks. An  *  by the check number
  510.         indicates that this check has cleared the Bank and
  511.         has been reconciled in your check register.
  512.  
  513.     <2> Budget Analysis and Average Month: A sorted list of all
  514.         your budget accounts with a description of each, the
  515.         amount that was budgeted in this category, what was spent
  516.         in the month of the report, the average amount spent in
  517.         a month, and the year-to-date amount.
  518.  
  519.     <3> Memo Report: list of memos that were made in transaction
  520.         entry. An  *  by the amount in this report indicates
  521.         that this transaction was a deposit.
  522.  
  523.     <4> Bank Account Summary: list all bank accounts and their
  524.         current balance and give a total of all the balances.
  525.  
  526.         
  527.     <5> Account Distribution Report: report to show how each check
  528.         was distributed among the different budget codes.
  529.  
  530.     <6> Selected Account Detail: list all entries for any budget
  531.         code you select over any period of time you choose.
  532.  
  533.     <7> Selected Tax Code Detail: same as <6> except for tax codes.
  534.  
  535.  
  536.                                                             Page 10
  537.  
  538.     CHECKBOOK RECONCILIATION:
  539.     
  540.         Checks can be reconciled by checking off items just as 
  541.     you might if you were using a checkbook. Just read the last two 
  542.     lines of the screen for help.
  543.  
  544.         Once the checks are cleared, the checkbook may be 
  545.     reconciled. The report to the screen does not give the detail
  546.     that is available in the printed report. The printout contains
  547.     a listing of all items that have not been cleared that is not
  548.     available in the screen report.
  549.  
  550.  
  551.     BEGIN NEW YEAR:
  552.  
  553.         This procedure is used to prepare a new data disk for the
  554.     new year. 
  555.     
  556.     ** IMPORTANT ** USE ONLY A BACKUP DATA DISK FOR THIS PROCEDURE!
  557.  
  558.         Once the backup data disk has been made, put it in the 
  559.     drive normally used for data and follow the screen instructions.
  560.  
  561.         All transactions for last year are erased from the new 
  562.     data disk, all budget code year-to-date balances are set to 
  563.     zero, and all bank balances are set to last year's ending 
  564.     balance.
  565.  
  566.  
  567.  
  568.  
  569.                                                             Page 11
  570.  
  571.  
  572.     WHEN A DATA DISK IS FULL:
  573.  
  574.         Most people should be able to keep an entire year of data
  575.     on a single disk. However, should you run out of space, follow
  576.     these steps:
  577.  
  578.         1. Return to DOS by the End Program Option. 
  579.         2. Format a new data disk (see DOS manual)
  580.         3. COPY  mmmyy.TRX to the new data disk.
  581.            mmm = the month in which you were entering data
  582.                  when the disk became full (e.g. JAN)
  583.            yy  = the year in which you are working ( e.g. 84)
  584.         4. DEL   mmmyy.TRX on the FULL data disk.
  585.         5. Use the new data disk and re-run the program.
  586.         6. Re-enter the transaction on which the disk became full.
  587.  
  588.     Example:
  589.         If you were entering data in November 1985 and you got a
  590.         `DISK FULL' error message, you would ( assuming a 2 drive 
  591.         system ) return to DOS by the End Program option of the
  592.         Main Menu, format a new data disk, and put the new data 
  593.         disk in Drive B and the full Data disk in Drive A. Then
  594.  
  595.             type COPY NOV85.TRX B:. Once the copy was complete,
  596.             type DEL NOV85.TRX. 
  597.  
  598.         Replace the full data disk with the MICRO ACCOUNTING Program 
  599.         Disk and type MA ( MA.BAT if you prefer ).
  600.  
  601.  
  602.  
  603.                                                            Page 12
  604.  
  605.                                         tm
  606.     ====================== F R E E W A R E =========================
  607.  
  608.                        User-supported Software
  609.  
  610.  
  611.         If you have received this program from another
  612.          user and find it of value, your contribution 
  613.            will be appreciated ( $35.00 suggested ).
  614.  
  615.  
  616.                       ______________________
  617.  
  618.                          Donald R. Ramsey    
  619.                         727 Bunker Hill #70  
  620.                        Houston, Texas  77024 
  621.                                             
  622.                       _______________________
  623.  
  624.  
  625.         Regardless of whether you make a contribution, you are
  626.     encouraged to copy and distribute this program.
  627.  
  628.     ===============================================================
  629.  
  630.  
  631.  
  632.  
  633.     The user-supported concept:
  634.  
  635.         Anyone may request a copy of a user-supported program by
  636.     sending a blank, formatted disk to the program author together
  637.     with an addressed, postage-paid return mailer. A copy of the 
  638.     program, with documentation, will be sent by return mail on
  639.     user's disk.
  640.  
  641.         The program carries a notice suggesting a contribution for
  642.     the software. Making a contribution is voluntary on the part of
  643.     the user.
  644.  
  645.     Regardless of whether a contribution is made, the user is
  646.     is encouraged to copy the program for trial use by others
  647.     on a private, non-commercial basis. Payment for use is 
  648.     discretionary on the part or each subsequent user.
  649.  
  650.  
  651.  
  652.     FREEWARE is a trademark of:
  653.         The Headland Press
  654.         P.O. Box 862
  655.         Tiburon, CA. 94920
  656.  
  657.  
  658.                                                            Page 13
  659.  
  660.  
  661.     MODIFYING THE PROGRAM
  662.  
  663.  
  664.         I have made every effort to supply a program that is
  665.     free of bugs and will provide the user with an easy to use,
  666.     fast operating system. However, many people may feel that
  667.     this version of the program could be modified to better meet
  668.     their needs. I fully encourage you to make any modifications
  669.     that you feel necessary.
  670.  
  671.         ** Please do not distribute a modified program to 
  672.         ** other users. The reason for this is if people
  673.         ** have problems with the program, they contact me.
  674.         ** If the program is modified, I do not know what
  675.         ** they have and may not be able to help.
  676.  
  677.         If you do come up with useful modifications, please
  678.     keep them in a merge file that can be incorporated into the
  679.     system at the user's option.
  680.         
  681.         I also encourage you to contact me regarding any problems,
  682.     suggestions, or modifications to the program. To facilitate
  683.     the modification process, on request, I will supply a commented
  684.     version of the program. Also included is a listing of all
  685.     major variables, file structures, and comments on the major 
  686.     routines. For this disk, I do request a $10.00 contribution.
  687.  
  688.  
  689.  
  690.     COPYING THE PROGRAM FOR OTHER USERS:
  691.  
  692.         The following files must be on the new user's disk:
  693.  
  694.             MA.BAS
  695.             MA.DOC
  696.             MADOC.BAT
  697.             MACOPY.BAT
  698.  
  699.         MACOPY.BAT is a batch file for copying the required
  700.     files to a user's disk. It assumes a 2 drive system with
  701.     Drive A as the source disk.
  702.  
  703.     EXAMPLE USE OF MACOPY.BAT:
  704.  
  705.         1. Put Original MICRO ACCOUNTING disk in Drive A
  706.         2. Put New user's Formatted System disk in drive B
  707.            (User's disk should contain BASIC or BASICA)
  708.         3. Type MACOPY.BAT and press <ENTER>.
  709.         4. The required files will be copied to Drive B.
  710.  
  711.  
  712.  
  713.                                                           
  714.  
  715.                                APPENDIX
  716.  
  717.  
  718.     SAMPLE BUDGET CODE:
  719.  
  720.         Code        Description
  721.         ====        ===========
  722.         AEX1        Auto- car 1 expense
  723.         AEX2        Auto- car 2 expense
  724.         AGAS        Auto- gas
  725.         APMT        Auto- payments
  726.         AZ          
  727.         BCOM        Business- computer
  728.         BENT        Business- entertaining
  729.         BSUP        Business- supplies
  730.         BTEL        Business- telephone
  731.         BZ          
  732.         CASH        Pocket cash
  733.         CLTH        Clothes
  734.         CONT        Contributions
  735.         DUMP        Catch all category
  736.         FUN         Hobbies & entertainment
  737.         GIFT        Gifts
  738.         H           
  739.         HADU        Home- association dues
  740.         HEL         Home- electric bill
  741.         HFUR        Home- furnishings
  742.         HINS        Home- insurance
  743.         HMOR        Home- mortgage
  744.         HTEL        Home- telephone
  745.         HWAT        Home- water
  746.         HZ          
  747.         IHUS        Income- husband
  748.         IWIF        Income- wife
  749.         IDIV        Income- dividends
  750.         IINT        Income- interest
  751.         IMIS        Income- miscellaneous
  752.         IZ          
  753.         MAG         Magazines
  754.         MAIL        Stamps & postage
  755.         MED         Medical
  756.         TAX         Taxes
  757.         UNDU        Union dues
  758.         XFER        Transfer $ acc to acc
  759.  
  760.     SAMPLE BANK CODE:
  761.  
  762.         CK__        Bank checking account
  763.         CKCU        Checking account credit union
  764.         S___        Saving account
  765.  
  766.  
  767.  
  768.  
  769. 
  770.     SAMPLE BANK CODE:
  771.  
  772.         CK__        Bank checking account
  773.         CKCU        Checking account credit union
  774.         S___